# 0 - Pre-War Naval Bomber (Do-22) 
model = {
	cost 						= 11
	buildtime					= 300
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 300
	surfacedetectioncapability	= 2
	airdetectioncapability		= 0
	surfacedefence				= 2
	airdefence					= 2
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 1
	navalattack					= 4
	range						= 450
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 1 - Basic Naval Bomber (Fw-200)
model = {
	cost 						= 13
	buildtime					= 360
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 180
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 4
	airdefence					= 5
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 2
	navalattack					= 9
	range						= 500
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 2 - Improved Naval Bomber (Ju-390)
model = {
	cost 						= 15
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 430
	surfacedetectioncapability	= 4
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 7
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 3
	navalattack					= 13
	range						= 650
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 3 - Advanced Naval Bomber (He-277)
model = {
	cost 						= 18
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 550
	surfacedetectioncapability	= 5
	airdetectioncapability		= 2
	surfacedefence				= 8
	airdefence					= 9
	airattack					= 4
	strategicattack				= 0
	tacticalattack				= 4
	navalattack					= 16
	range						= 800
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 4 - Kamikaze attack plane
model = {
	cost 						= 11
	buildtime					= 100
	defaultorganisation 		= 15
	manpower					= 2
	maxspeed					= 500
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 2
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 20
	range						= 1500
	supplyconsumption 			= 1.5
	fuelconsumption				= 3


}